DcCycle enumeration

The cycle for which the time stamp is requested.

Namespace: IntervalZero.KINGSTAR.Base

Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0

Syntax

C#VB
public enum DcCycle
Public Enum DcCycle

Members

Member name Value Description
dcInput 0 The time stamp at which the currently available inputs were latched.
dcCurrent 1 The time stamp at which the last sent outputs will be used and new inputs will be latched.
dcOutput 2 The time stamp at which the currently written outputs will be used by the slaves.

See also

IntervalZero.KINGSTAR.Base Namespace